object frmStartMenu: TfrmStartMenu Left = 335 Top = 194 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Search in the Start Menu' ClientHeight = 470 ClientWidth = 400 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow DesignSize = ( 400 470) PixelsPerInch = 96 TextHeight = 16 object btnOk: TButton Left = 223 Top = 437 Width = 80 Height = 25 Action = acSelectProgram Anchors = [akRight, akBottom] Default = True ModalResult = 1 TabOrder = 1 OnKeyDown = ButtonKeyDown end object btnCancel: TButton Left = 311 Top = 437 Width = 80 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnKeyDown = ButtonKeyDown end object pcBackground: TPageControl Left = 8 Top = 8 Width = 385 Height = 422 ActivePage = tsCommon Anchors = [akLeft, akTop, akBottom] TabOrder = 0 TabStop = False OnChange = pcBackgroundChange object tsCommon: TTabSheet Caption = 'All Users' object lblTitle: TLabel Left = 8 Top = 8 Width = 361 Height = 49 AutoSize = False Caption = 'You can select a program shortcut from the Start Menu. Choose th' + 'e program and press "OK" button.' WordWrap = True end object tvProgramsCommon: TTreeView Left = 8 Top = 64 Width = 361 Height = 313 HideSelection = False Images = ilMenuItems Indent = 19 PopupMenu = pmTree ReadOnly = True ShowRoot = False TabOrder = 0 OnCompare = tvProgramsCommonCompare OnDblClick = tvProgramsCommonDblClick OnExpanded = tvProgramsCommonExpanded end end object tsUser: TTabSheet Caption = 'Current User' ImageIndex = 1 object lblTitle_2: TLabel Left = 8 Top = 8 Width = 361 Height = 49 AutoSize = False Caption = 'You can select a program shortcut from the Start Menu. Choose th' + 'e program and press "OK" button.' WordWrap = True end object tvProgramsUser: TTreeView Left = 8 Top = 64 Width = 361 Height = 313 HideSelection = False Images = ilMenuItems Indent = 19 PopupMenu = pmTree ReadOnly = True ShowRoot = False TabOrder = 0 OnCompare = tvProgramsCommonCompare OnDblClick = tvProgramsCommonDblClick OnExpanded = tvProgramsCommonExpanded end end end object ilMenuItems: TImageList BkColor = clWhite Left = 280 Top = 176 end object alStartMenu: TActionList OnUpdate = alStartMenuUpdate Left = 280 Top = 216 object acShowCommon: TAction Category = 'View' Caption = 'All Users Start Menu' OnExecute = acShowCommonExecute end object acShowUser: TAction Category = 'View' Caption = 'Current user'#39's Start Menu' OnExecute = acShowUserExecute end object acSelectProgram: TAction Category = 'Commands' Caption = 'OK' OnExecute = acSelectProgramExecute end object acExpandAll: TAction Category = 'View' Caption = 'Expand All' OnExecute = acExpandAllExecute end object acCollapseAll: TAction Category = 'View' Caption = 'Collapse All' OnExecute = acCollapseAllExecute end end object pmTree: TPopupMenu Left = 284 Top = 251 object ExpandAll1: TMenuItem Action = acExpandAll end object CollapseAll1: TMenuItem Action = acCollapseAll end end end